PDF4Java Reference Documentation
com.o2sol.pdf4java Package / PDFFixedDocument Class / setOpenAction Method
A com.o2sol.pdf4java.actions.PDFAction object specifying the action to be executed when documents opens in the viewer.
In This Topic
    setOpenAction Method
    In This Topic
    Sets the action to execute when the document is opened.
    Syntax
    public void setOpenAction( 
       PDFAction action
    )

    Parameters

    action
    A com.o2sol.pdf4java.actions.PDFAction object specifying the action to be executed when documents opens in the viewer.
    See Also